home *** CD-ROM | disk | FTP | other *** search
/ Maclife 5 / MACLIFE05-No-85-1995.ISO.7z / MACLIFE05-No-85.ISO / Scitex / PSImage Exporter / Scitex PSImage Exporter v2.6.1 / Scitex PSImage Exporter v2.6.1.rsrc / STR#_2627.txt < prev    next >
Text File  |  1995-03-23  |  796b  |  52 lines

  1.     0 0 moveto
  2.     WidthPNT 0 lineto
  3.     WidthPNT HeightPNT lineto
  4.     0 HeightPNT lineto
  5.     closepath
  6.     fill
  7.     StopScitexImage
  8.    } def
  9.  }
  10.  
  11.  
  12.     matrix currentmatrix
  13.     HRFileNameType
  14.     WidthPNT
  15.     HeightPNT
  16.     StartScitexImage
  17.     newpath
  18.  
  19.  
  20.     HeightPIX ^0 mul
  21.      {
  22.       currentfile LineData ^3
  23.       pop pop
  24.      } repeat
  25.  
  26.  
  27.   /beginimage
  28.    {
  29.    /TblData 256 string def
  30.     3 {
  31.       currentfile TblData readhexstring pop pop
  32.      } repeat
  33.    /tempstring 2 string def
  34.     currentfile tempstring readstring
  35.     pop pop
  36.  
  37.  
  38.  }ifelse
  39. /ScitexContProc dup where {pop pop} {{} def} ifelse ScitexContProc
  40. SupportsPSImage?
  41.  {
  42.  
  43. /SupportsPSImage? where {
  44.   pop
  45.  }{
  46.   /SupportsPSImage? {
  47.     statusdict begin product end
  48.     (Scitex) anchorsearch {pop pop true} {pop false} ifelse
  49.    } def
  50.  
  51.  
  52.